(image_ascent): Remove prototype.
authorKim F. Storm <storm@cua.dk>
Tue, 20 Apr 2004 22:19:43 +0000 (22:19 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 20 Apr 2004 22:19:43 +0000 (22:19 +0000)
src/w32term.h
src/xterm.h

index de28620c7b93391eabd4737c4d93ea4fc7281b13..a9cdacf49d40e1c82ec82016f3507d4928992882 100644 (file)
@@ -721,7 +721,6 @@ XGCValues *XCreateGC (void *, Window, unsigned long, XGCValues *);
 struct frame * check_x_frame (Lisp_Object);
 EXFUN (Fx_display_color_p, 1);
 EXFUN (Fx_display_grayscale_p, 1);
-int image_ascent P_ ((struct image *, struct face *));
 
 #define FONT_TYPE_FOR_UNIBYTE(font, ch)                        \
   ((font)->bdf ? BDF_1D_FONT : ANSI_FONT)
index 1d43414cf547150ef042d20bd196afce1a61d439..3bc2c5994bddae0f1cdbf7057b17abdcec02453c 100644 (file)
@@ -938,7 +938,6 @@ Lisp_Object display_x_get_resource P_ ((struct x_display_info *,
 struct frame *check_x_frame P_ ((Lisp_Object));
 EXFUN (Fx_display_color_p, 1);
 EXFUN (Fx_display_grayscale_p, 1);
-int image_ascent P_ ((struct image *, struct face *));
 extern void x_free_gcs P_ ((struct frame *));
 
 /* From xrdb.c.  */